added SSCLI 1.0
[windows-sources.git] / shared source / sscli_ref_20021101 / docs / System.Runtime.Remoting.Proxies / System.Runtime.Remoting.Proxies.html
blobfeb24534244160c35fbe663497c064b276eb5620
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
2 <head>
3 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <link rel="stylesheet" type="text/css" href="../refdoc.css">
5 <title>Namespace: System.Runtime.Remoting.Proxies</title>
6 </head>
7 <body>
8 <h2>Namespace: System.Runtime.Remoting.Proxies</h2>
9 <dl>
10 <dd>
11 <p> The <a href="../System.Runtime.Remoting.Proxies/System.Runtime.Remoting.Proxies.html">System.Runtime.Remoting.Proxies</a> namespace contains classes that control and provide functionality for proxies. A proxy is a local object that is an image of a remote object. Proxies enable clients to access objects across remoting boundaries.</p>
12 <p> One of the most important classes of the <a href="../System.Runtime.Remoting.Proxies/System.Runtime.Remoting.Proxies.html">System.Runtime.Remoting.Proxies</a> namespace is the <a href="../System.Runtime.Remoting.Proxies/types/RealProxy.html">RealProxy</a> class, which provides the base functionality for all remoting proxies, and can be used to create custom proxies.</p>
13 </dd>
14 </dl>
15 <h3>Members of System.Runtime.Remoting.Proxies Namespace</h3><b>Classes</b><dl>
16 <dd>
17 <table border="1" width="90%" style="border-collapse: collapse">
18 <tr valign="top">
19 <th bgcolor="#C0C0C0">Class</th>
20 <th bgcolor="#C0C0C0">
21 Description
22 </th>
23 </tr>
24 <tr valign="top">
25 <td width="30%"><a href="types/ProxyAttribute.html">class ProxyAttribute</a></td>
26 <td width="60%"> Indicates that an object type requires a custom proxy. 
27 </td>
28 </tr>
29 <tr valign="top">
30 <td width="30%"><a href="types/RealProxy.html">class RealProxy</a></td>
31 <td width="60%"> Provides base functionality for proxies. 
32 </td>
33 </tr>
34 </table>
35 </dd>
36 </dl><br><b>Namepace hierarchy</b><br><ul class="none">
37 <li><a href="../System/types/Object.html">System.Object</a></li>
38 <ul class="none">
39 <li><a href="../System/types/Attribute.html">System.Attribute</a></li>
40 <ul class="none">
41 <li><a href="../System.Runtime.Remoting.Proxies/types/ProxyAttribute.html">System.Runtime.Remoting.Proxies.ProxyAttribute</a></li>
42 </ul>
43 </ul>
44 <ul class="none">
45 <li><a href="../System.Runtime.Remoting.Proxies/types/RealProxy.html">System.Runtime.Remoting.Proxies.RealProxy</a></li>
46 </ul>
47 </ul><br><i><a href="../documentation_license.txt">
48 Copyright (c) 2002 Microsoft Corporation. All rights reserved.
49 </a></i></body>
50 </html>